Automations

System Automation Commands

  • Version: 1.7.0
  • Official Verified

OpenBots Command group containing system automation commands (Email, File, Folder, Process, System, TextFile).

OpenBots.Commands.SystemAutomation \ Run C Sharp Script Command

Command: Run C Sharp Script Command

This command runs a C# script and waits for it to exit before proceeding.

Parameters

Script Path

Enter a fully qualified path to the script, including the script extension.

Required

Argument Style

Whether to pass a string[] (command line) or object[] (variables) to your script.

Required

Argument Values (Optional)

Enter the values to pass into the script.

Command Line Arguments (Optional)

Enter any arguments as a single string.

Script Has Output

Whether the Main function of the script returns a value.

Required

Output Script Result Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Logo